home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.ucsb.edu!usenet
- From: "Peter V. Kharchenko" <peter@cs.ucsb.edu>
- Newsgroups: comp.lang.c++
- Subject: Re: Why C++ sucks++
- Date: 4 Feb 1996 19:57:49 GMT
- Organization: UCSB
- Message-ID: <4f333t$ldc@yuggoth.ucsb.edu>
- References: <1996Jan29.223357.1@aspen> <4ek6e8$s76@reader2.ix.netcom.com> <4el6dl$a8n@crchh327.rich.bnr.ca> <DLzy8w.J49.0.-s@cs.vu.nl>
- NNTP-Posting-Host: engrhub.ucsb.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; OSF1 V2.0 alpha)
- X-URL: news:DLzy8w.J49.0.-s@cs.vu.nl
-
- jalten@cs.vu.nl (Alten JP) wrote:
- >
- >eh, if we're talking about C++, why not
- >int main()
- >{
- > cout << "Hello, world" << endl;
- > return 0;
- >}
- >
- >:-)
- >
- >Jelle
-
- Well hey, since we are being picky don't forget to include
- iostream.h
-
- But I think that it should be very obvious for a serious programmer that the
- realtive complexity of object oriented programming and other c++ tricks will
- pay off greatly once this "Seasoned Programmer" will decide to write a big
- project. And if we are talking about project being coded by serveral people
- then object structure is almost required.
-
- Peter.
-
-